Update LWG 2754 status git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@284326 91177308-0d34-0410-b5e6-96231b3b80d8 
diff --git a/www/upcoming_meeting.html b/www/upcoming_meeting.html index 30b04f9..3b1a4d0 100644 --- a/www/upcoming_meeting.html +++ b/www/upcoming_meeting.html 
@@ -119,7 +119,7 @@  <tr><td><a href="http://wg21.link/LWG2750">2750</a></td><td>[fund.ts.v2] LWG 2451 conversion constructor constraint</td><td>Issaquah</td><td></td></tr>  <tr><td><a href="http://wg21.link/LWG2752">2752</a></td><td>"Throws:" clauses of async and packaged_task are unimplementable</td><td>Issaquah</td><td></td></tr>  <tr><td><a href="http://wg21.link/LWG2753">2753</a></td><td>Optional's constructors and assignments need constraints</td><td>Issaquah</td><td>We already do this</td></tr> - <tr><td><a href="http://wg21.link/LWG2754">2754</a></td><td>The in_place constructors and emplace functions added by P0032R3 don't require CopyConstructible</td><td>Issaquah</td><td></td></tr> + <tr><td><a href="http://wg21.link/LWG2754">2754</a></td><td>The in_place constructors and emplace functions added by P0032R3 don't require CopyConstructible</td><td>Issaquah</td><td>We already do this</td></tr>  <tr><td><a href="http://wg21.link/LWG2755">2755</a></td><td>§[string.view.io] uses non-existent basic_string_view::to_string function</td><td>Issaquah</td><td>We already do this</td></tr>  <tr><td><a href="http://wg21.link/LWG2756">2756</a></td><td>C++ WP optional<T> should 'forward' T's implicit conversions</td><td>Issaquah</td><td>Implemented in trunk</td></tr>  <tr><td><a href="http://wg21.link/LWG2758">2758</a></td><td>std::string{}.assign("ABCDE", 0, 1) is ambiguous</td><td>We already do this</td><td></td></tr> @@ -197,7 +197,7 @@  <li>2750 - <i>std::optional</i> for LFTS -- should be considered for C++17</li>  <li>2752 - </li>  <li>2753 - <i>std::optional</i>: LGTM. </li> -<li>2754 - </li> +<li>2754 - <i>std::any</i>: LGTM. </li>  <li>2755 - Both string and string_view call a common routine for output; so no code changes needed.</li>  <li>2756 - <i>std::optional</i>: Very large change. It is fully implemented and tested. </li>  <li>2758 - We already do this. </li>